
|
CONSTANTS: COMPARISON
Comparison Constants
You may use either the CONSTANT (left column) or the VALUE (center column) in your code and get the same results.
CONSTANT | VALUE | DESCRIPTION |
VBBinaryCompare | 0 | Binary comparison |
VBTextCompare | 1 | Text Comparison |
VBDataBaseCompare | 2 | Compare information inside database |
|